﻿2026-07-22T16:42:10.6641746Z ##[group]Run actions/checkout@v5
2026-07-22T16:42:10.6642000Z with:
2026-07-22T16:42:10.6642189Z   repository: SaberMage/spt-shell-notify
2026-07-22T16:42:10.6642423Z   path: .adapter-notify
2026-07-22T16:42:10.6644184Z   token: ***
2026-07-22T16:42:10.6644360Z   ssh-strict: true
2026-07-22T16:42:10.6644533Z   ssh-user: git
2026-07-22T16:42:10.6644718Z   persist-credentials: true
2026-07-22T16:42:10.6644915Z   clean: true
2026-07-22T16:42:10.6645085Z   sparse-checkout-cone-mode: true
2026-07-22T16:42:10.6645286Z   fetch-depth: 1
2026-07-22T16:42:10.6645465Z   fetch-tags: false
2026-07-22T16:42:10.6645645Z   show-progress: true
2026-07-22T16:42:10.6645821Z   lfs: false
2026-07-22T16:42:10.6645969Z   submodules: false
2026-07-22T16:42:10.6646140Z   set-safe-directory: true
2026-07-22T16:42:10.6646340Z   allow-unsafe-pr-checkout: false
2026-07-22T16:42:10.6646536Z env:
2026-07-22T16:42:10.6646707Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-22T16:42:10.6646922Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-22T16:42:10.6647166Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-22T16:42:10.6647380Z ##[endgroup]
2026-07-22T16:42:10.8323246Z Syncing repository: SaberMage/spt-shell-notify
2026-07-22T16:42:10.8323953Z ##[group]Getting Git version info
2026-07-22T16:42:10.8324585Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-22T16:42:10.8325488Z [command]/usr/bin/git version
2026-07-22T16:42:10.8360353Z git version 2.43.0
2026-07-22T16:42:10.8377717Z ##[endgroup]
2026-07-22T16:42:10.8389237Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c32d3ee0-0fd7-4b8a-babb-80131b15c51a' before making global git config changes
2026-07-22T16:42:10.8390041Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T16:42:10.8392263Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T16:42:10.8419910Z ##[group]Initializing the repository
2026-07-22T16:42:10.8422679Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-22T16:42:10.8450182Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-22T16:42:10.8450821Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-22T16:42:10.8451330Z hint: of your new repositories, which will suppress this warning, call:
2026-07-22T16:42:10.8451677Z hint: 
2026-07-22T16:42:10.8451953Z hint: 	git config --global init.defaultBranch <name>
2026-07-22T16:42:10.8452287Z hint: 
2026-07-22T16:42:10.8452578Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-22T16:42:10.8453059Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-22T16:42:10.8453436Z hint: 
2026-07-22T16:42:10.8453636Z hint: 	git branch -m <name>
2026-07-22T16:42:10.8454918Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-22T16:42:10.8463134Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-22T16:42:10.8521875Z ##[endgroup]
2026-07-22T16:42:10.8522556Z ##[group]Disabling automatic garbage collection
2026-07-22T16:42:10.8525965Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T16:42:10.8552296Z ##[endgroup]
2026-07-22T16:42:10.8552774Z ##[group]Setting up auth
2026-07-22T16:42:10.8557768Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T16:42:10.8584211Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T16:42:10.8818197Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T16:42:10.8843698Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T16:42:10.9028390Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T16:42:10.9053624Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T16:42:10.9236578Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T16:42:10.9270095Z ##[endgroup]
2026-07-22T16:42:10.9270539Z ##[group]Determining the default branch
2026-07-22T16:42:10.9273092Z Retrieving the default branch name
2026-07-22T16:42:11.3995821Z Default branch 'main'
2026-07-22T16:42:11.3996660Z ##[endgroup]
2026-07-22T16:42:11.3997023Z ##[group]Fetching the repository
2026-07-22T16:42:11.4001838Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-22T16:42:12.0301979Z From https://github.com/SaberMage/spt-shell-notify
2026-07-22T16:42:12.0302341Z  * [new branch]      main       -> origin/main
2026-07-22T16:42:12.0317879Z ##[endgroup]
2026-07-22T16:42:12.0318192Z ##[group]Determining the checkout info
2026-07-22T16:42:12.0320164Z ##[endgroup]
2026-07-22T16:42:12.0324622Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T16:42:12.0359300Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T16:42:12.0384733Z ##[group]Checking out the ref
2026-07-22T16:42:12.0387760Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T16:42:12.0422254Z Switched to a new branch 'main'
2026-07-22T16:42:12.0422656Z branch 'main' set up to track 'origin/main'.
2026-07-22T16:42:12.0426579Z ##[endgroup]
2026-07-22T16:42:12.0458386Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T16:42:12.0482385Z ee2d37eadc730c0019e0af82d683074c509634a2
